object fullundeleteform: Tfullundeleteform Left = 247 Top = 138 BorderStyle = bsDialog Caption = 'Undelete' ClientHeight = 200 ClientWidth = 359 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 16 Top = 16 Width = 208 Height = 16 Caption = 'Drive where files will be restored to:' end object drivecombobox: TDriveComboBox Left = 16 Top = 33 Width = 220 Height = 22 Hint = 'Select the drive to clean' TabOrder = 0 end object cancelbutton: TButton Left = 264 Top = 152 Width = 75 Height = 33 Caption = '&Cancel' TabOrder = 1 OnClick = cancelbuttonClick end object startbutton: TButton Left = 264 Top = 24 Width = 75 Height = 33 Caption = '&Start' Default = True TabOrder = 2 OnClick = startbuttonClick end object Panel1: TPanel Left = 16 Top = 72 Width = 217 Height = 113 BevelOuter = bvLowered TabOrder = 3 object Label2: TLabel Left = 16 Top = 16 Width = 182 Height = 16 Caption = 'The drive where files are to be ' end object Label3: TLabel Left = 16 Top = 32 Width = 179 Height = 16 Caption = 'restored should be different to ' end object Label4: TLabel Left = 16 Top = 48 Width = 185 Height = 16 Caption = 'the source drive (so that data to' end object Label5: TLabel Left = 16 Top = 64 Width = 182 Height = 16 Caption = 'be recovered is not overwritten' end object Label6: TLabel Left = 16 Top = 80 Width = 102 Height = 16 Caption = 'by restored files).' end end end